gpsbabel.git
2006-07-19 oliskoliAdd simple filter for WGS datums without whitespace.
2006-07-19 oliskoliAdd missing slash at the end of a <para> entry.
2006-07-19 oliskoli---host=... is probably the better parameter for a...
2006-07-18 robertlReplace gcdist for improved accuracy overy short distances.
2006-07-18 parkrrrrDocumented what this all means, fixed a couple of prece...
2006-07-18 robertlAdd unit id to treat Quest II like Quest per JamieZ.
2006-07-17 robertlAllow quoted commas in waypoint description when readin...
2006-07-17 parkrrrrupdate comment to reflect reality
2006-07-17 parkrrrrhandle type 3 record like type 2 record until we figure...
2006-07-17 robertlAllow 200 points instead of 199 in maggeo.
2006-07-15 robertlFrom Andy: fix southern hemi for wbt, set baud rate...
2006-07-14 robertlConvert Brauniger to new serial scheme.
2006-07-14 robertlTypo fix in help.
2006-07-14 robertlUnicsv: whack dead code.
2006-07-13 robertlPick up missing files from recent gbser commit.
2006-07-13 robertlAndy Armstrong provides new serial layer and refactors...
2006-07-13 robertlLoosen check that insisted that time travels only forwa...
2006-07-13 robertlOlaf eliminates a zillion hardcoded staticly sized...
2006-07-13 robertlAndy Armstrong turns on -Wall for GCC builds and kills...
2006-07-13 robertlTweak gpsman doc.
2006-07-13 robertlSketch in trk/route conversions.
2006-07-12 oliskoliFix compiler warnings when using '-Wall'.
2006-07-12 robertlAdd error for unknown command line flags.
2006-07-10 robertlStrengthen wording on gpsman format.
2006-07-09 robertlGoogle reader: Null pointers that have been freed in...
2006-07-09 robertlStyle sheet tie-poe fixes from Ron.
2006-07-09 robertlImprovements in xcsv doc.
2006-07-08 robertlTighten yesterday's fix to work with old and new google...
2006-07-08 robertlHacky fix for Explorist adding filenames inside tracks.
2006-07-07 robertlTweak panel reader to look at only the frame containing...
2006-07-07 robertlAnother fix for curfname. Also don't trip over trackna...
2006-07-07 robertlFix crash reading tracks on Windows (but, alas, not...
2006-07-03 robertlMore graceful failure if libusb-config not found and...
2006-07-03 robertlRemove C99-ism from gbser_posix.c
2006-07-02 robertlNo, it's version 1.3.0. Really!
2006-07-02 robertlMakefile.in: Minor tweaks to RPM process to do uploads...
2006-07-02 robertlMake maggeo choke if > 200 waypoints since Magellan...
2006-07-02 oliskoliCheck in latest release of german translations.
2006-07-02 oliskoliUpdate release numbers for upcomming GPSBabel 1.3.
2006-07-02 oliskoliAdd simple Makefile for GPSBabelGUI.
2006-07-02 oliskoliAdd CVS blacklist for gui-2 directory.
2006-07-02 oliskoliFix parameters for mkspec (RELEASE may be empty).
2006-07-02 oliskoliUpdate release numbers for upcomming GPSBabel 1.3.
2006-07-02 oliskoliBump gdb watermark to 1.3.
2006-07-02 oliskoliAdd new target 'release-rpm'.
2006-07-02 oliskoliAdd rpm-spec-file creator to tools.
2006-07-02 robertlInclude protos for windows esrial builds.
2006-07-01 robertlThis is gross. Olaf's change to the link line (which...
2006-07-01 robertlWindows build tweaks.
2006-07-01 robertlMagproto: c89 fix.
2006-07-01 robertlMove 'functions' to tools. More release Makefile tweaks.
2006-07-01 robertlOlaf and I Attempt to split the 'release' Makefile...
2006-07-01 robertlAdd 'functions' file from Olaf.
2006-07-01 robertlUse out-of-spec fileno on Win32 builds.
2006-07-01 robertlTweak build and preface pages.
2006-07-01 robertlMake this horror a tad easier to build.
2006-07-01 robertlAdd 103 Garmin symbols to tables and doc from new proto...
2006-07-01 robertlCommit remaining piece of 'name magellan tracks after...
2006-06-30 robertlTest return value of fread for EOF and other error...
2006-06-30 robertlGeneralize the "comX, X>=10" fix for all the Windows...
2006-06-30 robertlMarkup options and filenames a little better.
2006-06-30 robertlAdd gpsbabel.ini doc from Olaf.
2006-06-29 oliskoliChange category parameter range into '1'..'16'.
2006-06-22 robertlFix doc for Garmin 'category' help line.
2006-06-22 robertlImprove doc for Garmin protocol module. Enumerate...
2006-06-21 parkrrrrControl points were backwards
2006-06-20 robertlAdd gpsbabel-onepage.html target to create the HTML...
2006-06-20 robertlTest for EOF on read in an1 reader.
2006-06-19 robertlReduce Magellan read timeout to 5 tries. Treat "-...
2006-06-19 robertlWhen converting HTML to space, convert newlines (and...
2006-06-19 robertlWhen converting HTML to text, convert newline to space.
2006-06-19 oliskoliAdd new contributors Pasha Phares and Andy Armstrong.
2006-06-19 robertlDon't explictly zero alt.
2006-06-19 robertlAndy Armstrong contributes support for Wintec WBT-200.
2006-06-19 robertlTypo fix in unicsv doc: urm z -> utm z.
2006-06-17 oliskoliUse common ..Semi_To.. and ..To_Semi.. for calculation...
2006-06-17 oliskoliFix calculation from garmin semi values.
2006-06-17 oliskoliSimplify code with strupper (or strlower).
2006-06-17 oliskoliAdd functions strupper and strlower.
2006-06-14 oliskoliAdd one trackpoint only one time to queue.
2006-06-14 oliskoliFix route reader. 'rte_autoname' is one byte long and
2006-06-13 oliskoliUpdate reference after altitude calculation changes...
2006-06-13 oliskoliFix description of nuketypes example.
2006-06-13 oliskoliAdd new option 'date' to specify the used date format...
2006-06-13 oliskoliBUG fix: wrong format for coordinates (abs(lat or lon...
2006-06-13 oliskoliSplit 'init_date_and_time_format' and move them to...
2006-06-13 oliskoliAdd new function xasprintf for 'buffer-free' printf...
2006-06-11 oliskoliCheck pointers before xfree.
2006-06-11 oliskoliAdd a new cross-format waypoint check 'testw'.
2006-06-08 robertlFix links in capabilities page.
2006-06-08 robertlDocument -s and that -h takes an arg.
2006-06-08 robertlAdd (under protest) man page.
2006-06-08 parkrrrrmake 'make doc' use the gpsbabel in the current directo...
2006-06-08 oliskoliRemove duplicate entries.
2006-06-08 oliskoliAdd option name.
2006-06-08 oliskoliAdd doc entry for trackfilter name option.
2006-06-08 oliskoliAdd functions for string compare with wildcard support.
2006-06-08 robertlTry to document the horror of the command line options...
2006-06-07 robertlSketch in Magellan format notes. (Still more to do...)
2006-06-07 robertlInclude list of supported Garmins in doc.
next